GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / TagGetValueBytes Method





In This Topic
TagGetValueBytes Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(678)>
Function TagGetValueBytes( _
   ByVal ImageID As Integer, _
   ByVal TagNo As Integer, _
   ByRef Data() As Byte _
) As Integer
[DispId(678)]
int TagGetValueBytes( 
   int ImageID,
   int TagNo,
   ref byte[] Data
)
function TagGetValueBytes( 
    ImageID: Integer;
    TagNo: Integer;
   var  Data: Bytearray of
): Integer; 
DispIdAttribute(678)
function TagGetValueBytes( 
   ImageID : int,
   TagNo : int,
   Data : byte[]
) : int;
[DispId(678)]
int TagGetValueBytes( 
   int ImageID,
   int TagNo,
   ref byte[]* Data
) 
[DispId(678)]
int TagGetValueBytes( 
   int ImageID,
   int TagNo,
   array<byte>^% Data
) 

Parameters

ImageID
TagNo
Data
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members